home *** CD-ROM | disk | FTP | other *** search
- @media screen, contrast-screen
- {
- BODY
- {
- background-color:white;
- }
-
- #TitleBar
- {
- xborder: 1px solid green;
- margin-left: 40px;
- margin-right:1%%;
- margin-top: 15px;
- height:25px;
- width:100%%;
- font-size:19px;
- letter-spacing:normal;
- color:black;
- font-family: Franklin Gothic Medium, Arial;
- font-weight:bold;
-
- }
-
- #ExplanatoryText
- {
- margin-left:60px;
- margin-right:1%%;
- margin-top: 5px;
- height:17px;
- width:100%%;
- font-family: Franklin Gothic Medium, Arial;
- font-size:15px;
- }
-
- .DescriptionText
- {
- height:20px;
- width:100%%;
- margin-left:4%%;
- font-size:14px;
- letter-spacing:normal;
- font-family: Franklin Gothic Medium, Arial;
- }
-
- .Bolded
- {
- margin-left: 0%;
- font-weight:bold;
- }
-
- #OptionRegion
- {
- xborder: 1px solid red;
- overflow:auto;
- margin-top:10px;
- margin-left:75px;
- margin-right:75px;
- height:100%%;
- width:100%%;
- }
-
- .Option
- {
- xborder: 1px solid green;
- margin-top:20%%;
- }
-
-
- .OptionBox
- {
- border: 1px solid black;
- margin-bottom:20px;
- margin-right:1%%;
- height:80;
- width:100%%;
- }
-
- #DestinationTitle
- {
- margin-top:7px;
- margin-left:10px;
- font-size:17px;
- letter-spacing:normal;
- font-weight:bold;
- font-family: Franklin Gothic Medium, Arial;
- }
-
- #DestinationText
- {
- margin-top:2px;
- margin-bottom:1%%;
- font-size:14px;
- letter-spacing:normal;
- font-family: Franklin Gothic Medium, Arial;
- }
-
- #DestinationAlignmentBox
- {
- margin-left:40px;
- }
-
- #DestinationInput
- {
- margin-top:4px;
- width:350;
- height:20px;
- font-size: 14px;
- font-family: Franklin Gothic Medium, Arial;
- font-weight: bold;
- }
-
- #DestinationLocationLine
- {
- flow:horizontal;
- width:100%%;
- }
-
- #DestinationBrowseButtonDiv
- {
- background-image: url(RegularButton.png);
- width: 59px;
- background:expand;
- background-position:8px 5px 8px 5px;
- text-align:center;
- vertical-align:middle;
- behavior:button;
- font-family: Sans-Serif;
- font-size: 8pt;
- color:black;
- margin-right: 10px;
- margin-left:100%%;
- }
-
- #DestinationBrowseButtonDiv:hover
- {
- background-image: url(HoverButton.png);
- }
- #DestinationBrowseButtonDiv:active
- {
- background-image: url(DepressedButton.png);
- }
- #DestinationBrowseButtonDiv:focus
- {
- background-image: url(FocusButton.png);
- }
- #DestinationBrowseButtonDiv:focus:active
- {
- outline:none;
- }
-
- #ProgressBar
- {
- margin-left:100%%;
- margin-right:100%%;
- }
-
- a
- {
- text-decoration:underline;
- }
-
- .Hotlink
- {
- text-decoration:underline;
- }
- }
-
- @media contrast-screen
- {
- BODY
- {
- background-color:Window;
- }
-
- #TitleBar
- {
- color:WindowText;
- }
-
- #ExplanatoryText
- {
- color:WindowText;
- }
-
- #OptionRegion
- {
- color:WindowText;
- }
-
- .OptionBox
- {
- border: 1px solid WindowText;
- }
-
- #DestinationBrowseButtonDiv
- {
- background-image: none;
- border: 1px solid WindowText;
- color:WindowText;
- font-size: 15px;
- }
-
- #DestinationBrowseButtonDiv:hover
- {
- background-image: none;
- }
- #DestinationBrowseButtonDiv:active
- {
- background-image: none;
- }
- #DestinationBrowseButtonDiv:focus
- {
- background-image: none;
- }
-
- a
- {
- text-decoration:underline;
- color: WindowText;
- }
-
- .Hotlink
- {
- text-decoration:underline;
- }
- }
-